.top-bar {
    position: fixed;
    right: 0px;
    /*top: 260px;*/
    bottom:60px;
    z-index: 1000;
    width: 60px;
    background: #00A56C;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3000);
    border-radius: 10px;
    text-align: center;
}

.top-bar .free_entrance {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    padding: 5px 10px;
    display: inline-block;
    box-sizing: border-box;
}

.barrier-free {
    position: fixed;
    position: -ms-device-fixed;
    right: 0px;
    /*top: 260px;*/
    bottom:60px;
    background: #00A56C;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3000);
    border-radius: 10px;
    z-index: 100000 !important;
    box-sizing: border-box;
    user-select: none;
    -ms-user-select: none;
    font-family: "PingFangSC-Medium, PingFang SC";
}

.barrier-free li {
    list-style: none;
}

.barrier_title {
    float: left;
    height: 60px;
    padding-left: 20px;
    padding-top: 5px;
    box-sizing: border-box;
}

.barrier_title span {
    margin-right: 20px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.barrier_item {
    float: left;
    position: relative;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
    box-sizing: border-box;
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
}

.barrier_item.active,
.barrier_item.squick,
.barrier_item.mline,
.barrier_item.sslow {
    position: relative;
    background-color: #fff;

}

.barrier_item.active span,
.barrier_item.squick span,
.barrier_item.mline span,
.barrier_item.sslow span {
    color: #13A86D;
}

.barrier_item .avator {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.voiceopen_btn .avator {
    background: url(../images/old/free_voice_default.png) no-repeat;
    background-size: 25px 25px;
}

.voicespeed_btn.snormal .avator {
    background: url(../images/old/free_speed_default.png) no-repeat;
    background-size: 25px 25px;
}

.voicemode_btn.mpoint .avator {
    background: url(../images/old/free_mode_default.png) no-repeat;
    background-size: 25px 25px;
}

.amplify_btn .avator {
    background: url(../images/old/free_amplify_default.png) no-repeat;
    background-size: 25px 25px;
}

.shrink_btn .avator {
    background: url(../images/old/free_shink_unclick.png) no-repeat;
    background-size: 25px 25px;
}

.free_close_btn .avator {
    background: url(../images/old/free_close_default.png) no-repeat;
    background-size: 25px 25px;
}

.voiceopen_btn.active .avator {
    background: url(../images/old/free_voice_active.png) no-repeat;
    background-size: 25px 25px;
}

.voicespeed_btn.squick .avator {
    background: url(../images/old/free_speed_active.png) no-repeat;
    background-size: 25px 25px;
}

.voicespeed_btn.sslow .avator {
    background: url(../images/old/free_speed_slow.png) no-repeat;
    background-size: 25px 25px;
}

.voicemode_btn.mline .avator {
    background: url(../images/old/free_mode_active.png) no-repeat;
    background-size: 25px 25px;
}

.amplify_btn.active .avator {
    background: url(../images/old/free_amplify_default.png) no-repeat;
    background-size: 25px 25px;
}

.shrink_btn.active .avator {
    background: url(../images/old/free_shink_unclick.png) no-repeat;
    background-size: 25px 25px;
}

.free_close_btn.active .avator {
    background: url(../images/old/free_close_default.png) no-repeat;
    background-size: 25px 25px;
}

.barrier_interval {
    width: 1px;
    height: 60px;
    background-color: rgb(255 255 255 /60%);
    float: left;
    position: relative;
}

@media (max-width: 720px) {
    .barrier_title span{
        display: none;
    }
    .barrier_item{
        line-height: 30px;
        height: 70px;
        padding-top: 5px;
        box-sizing: border-box;
    }
    .barrier_item span{
        display: block;
    }
    .barrier_interval{
        height: 70px;
    }

}

/* 网页放大 */
body.old1,
body.old2,
body.old3,
body.old4,
body.old5{
    /*overflow-x: auto;*/
    transform-origin: 0 0;
    -ms-transform-origin: 0 0;
}
body.old1{
    transform: scale(1.2);
    -ms-transform: scale(1.2);
}
body.old2{
    transform: scale(1.4);
    -ms-transform: scale(1.4);
}
body.old3{
    transform: scale(1.6);
    -ms-transform: scale(1.6);
}
body.old4{
    transform: scale(1.8);
    -ms-transform: scale(1.8);
}
body.old5{
    transform: scale(2.0);
    -ms-transform: scale(2.0);
}
body.old_ie1{
    zoom: 1.2;
    /*overflow-x: auto;*/
}
body.old_ie2{
    zoom: 1.4;
    /*overflow-x: auto;*/
}
body.old_ie3{
    zoom: 1.6;
    /*overflow-x: auto;*/
}
body.old_ie4{
    zoom: 1.8;
    /*overflow-x: auto;*/
}
body.old_ie5{
    zoom: 2.0;
    /*overflow-x: auto;*/
}

/* 语音模式样式 */
.voice_select{
    display: none;
    position: absolute;
    left: 0;
    top: 90px;
    border-radius: 3px;
    background-color: #fff;
    width: 140px;
    line-height: 40px;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.08);
    z-index: 99;
    text-align: left;
    overflow: hidden;
}
.voice_btn:hover .voice_select{
    display: block;
}
.voice_mode,
.voice_speed{
    position: relative;
    padding-left: 18px;
    color: #333;
    border-bottom: 1px solid #eee;
}
.voice_mode i,
.voice_speed i{
    position: absolute;
    right: 18px;
    top: 13px;
    width: 7px;
    height: 7px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    margin-left: 6px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.voice_mode.active i,
.voice_speed.active i{
    top: 18px;
    transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
}
.mode_list,
.speed_list{
    display: block;
}
.mode_item,
.speed_item{
    padding-left: 30px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    text-align: left;
}
.mode_item.active,
.mode_item:hover,
.speed_item.active,
.speed_item:hover{
    background-color: #f4f4f4;
}
.voice_close{
    padding-left: 18px;
    color: #333;
}